Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the property name.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property PropertyName As String
Get
Set
'Usage
Dim instance As ReadOnlyPropertyChangedEventArgs
Dim value As String
value = instance.PropertyName
instance.PropertyName = value
public string PropertyName { get; set; }
public:
property String^ PropertyName {
String^ get ();
void set (String^ value);
}
member PropertyName : string with get, set
function get PropertyName () : String
function set PropertyName (value : String)
Property Value
Type: System.String
A string value that specifies the property name.