PropertyName-Eigenschaft
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)
Eigenschaftswert
Typ: System. . :: . .String
A string value that specifies the property name.