PermissionSet.IsReadOnly Özellik

Tanım

Topluluğun salt okunur olup olmadığını gösteren bir değer alır.

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

Özellik Değeri

Her zaman false.

Örnekler

Aşağıdaki kod örneği özelliği tarafından IsReadOnly döndürülen değeri gösterir. Bu kod örneği, sınıfı için PermissionSet sağlanan daha büyük bir örneğin parçasıdır.

// Display the value of the IsReadOnly property.
Console::WriteLine( "IsReadOnly property = {0}", ps1->IsReadOnly );
// Display the value of the IsReadOnly property.
Console.WriteLine("IsReadOnly property = " + ps1.IsReadOnly);
' Display the value of the IsReadOnly property.
Console.WriteLine("IsReadOnly property = " & ps1.IsReadOnly)

Açıklamalar

A PermissionSet salt okunur olamaz, bu nedenle bu özellik her zaman falseolur.

Şunlara uygulanır