Proprietà ScopeDescription.DisplayName
Nome visualizzato per l'ambito.
Spazio dei nomi Microsoft.Workflow.Client
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property DisplayName As String
Get
Set
'Utilizzo
Dim instance As ScopeDescription
Dim value As String
value = instance.DisplayName
instance.DisplayName = value
[DataMemberAttribute(EmitDefaultValue = false)]
public string DisplayName { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property String^ DisplayName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member DisplayName : string with get, set
function get DisplayName () : String
function set DisplayName (value : String)
Valore proprietà
Tipo: System.String
Nome visualizzato per l'ambito.