'Declaration
<CanBeNullAttribute()> <ConstructorArgumentAttribute("propertyName")> <BrowsableAttribute(False)> Public Property PropertyName As String
'Usage
Dim instance As SetExtendedProperty Dim value As String instance.PropertyName = value value = instance.PropertyName
[CanBeNull()] [ConstructorArgument("propertyName")] [Browsable(false)] public string PropertyName {get; set;}
[CanBeNull()] [ConstructorArgument("propertyName")] [Browsable(false)] public: property String^ PropertyName { String^ get(); void set ( String^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.