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