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