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