Interface IArgument
The public interface for Argument
[DefaultImplementationType(typeof(Argument))]
[XmlDefaultImplementationType(typeof(Argument))]
[ModelRepresentationClass("http://schema.omg.org/spec/MOF/2.0/cmof.xml#//Argument")]
public interface IArgument : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Name
The name property
[XmlElementName("name")]
[Id]
[XmlAttribute(true)]
string Name { get; set; }
Property Value
Value
The value property
[XmlElementName("value")]
[XmlAttribute(true)]
object Value { get; set; }