Udostępnij za pośrednictwem


TrustLevel.Name Właściwość

Definicja

Pobiera lub ustawia nazwany poziom zabezpieczeń mapowany na plik zasad.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name", DefaultValue="Full", IsKey=true, IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", DefaultValue="Full", IsKey=true, IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.Name : string with get, set
Public Property Name As String

Wartość właściwości

String

Element Name , który jest mapowany na plik zasad.

Atrybuty

Przykłady

W poniższym przykładzie kodu pokazano, jak używać Name właściwości . Ten przykład kodu jest częścią większego przykładu udostępnionego TrustLevel dla klasy .

// Get the Name of the TrustLevel object.
Console.WriteLine("Name: {0}", TrustLevel1.Name);
' Get the Name of the TrustLevel object.
Console.WriteLine("Name: {0}", TrustLevel1.Name)

Dotyczy

Zobacz też