'Declaration
<DataMemberAttribute()> <DefaultValueAttribute("")> <NotNullAttribute()> Public Property AliasName As String
'Usage
Dim instance As UAAttributeOperand Dim value As String instance.AliasName = value value = instance.AliasName
[DataMember()] [DefaultValue("")] [NotNull()] public string AliasName {get; set;}
[DataMember()] [DefaultValue("")] [NotNull()] public: property String^ AliasName { String^ get(); void set ( String^ value); }