Sdílet prostřednictvím


OperationInfo.HasProtectionLevel Vlastnost

Definice

Získá informace o tom, zda operace má definovanou ProtectionLevel.

public:
 property bool HasProtectionLevel { bool get(); };
public bool HasProtectionLevel { get; }
member this.HasProtectionLevel : bool
Public ReadOnly Property HasProtectionLevel As Boolean

Hodnota vlastnosti

Boolean

Logická hodnota označující, jestli má operace přidruženou ProtectionLevel .

Příklady

Následující příklad ukazuje, jak získat přístup k HasProtectionLevel vlastnosti.

OperationInfo info = new OperationInfo();
bool hasProtectionLevel = info.HasProtectionLevel;
Dim info As New OperationInfo()
Dim hasProtectionLevel = info.HasProtectionLevel

Platí pro