Aracılığıyla paylaş


OperationInfo.HasProtectionLevel Özellik

Tanım

İşlemin tanımlı ProtectionLevelolup olmadığı hakkında bilgi alır.

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

Özellik Değeri

İşlemin kendisiyle ilişkilendirilmiş olup olmadığını gösteren boole ProtectionLevel değeri.

Örnekler

Aşağıdaki örnekte özelliğine nasıl erişildi gösterilmektedir HasProtectionLevel .

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

Şunlara uygulanır