WebPart.IsStandalone Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob ein WebPart-Steuerelement eigenständig ist. Dies ist der Fall, wenn es nicht in einer WebPartZoneBase-Zone enthalten ist.

public:
 property bool IsStandalone { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsStandalone { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsStandalone : bool
Public ReadOnly Property IsStandalone As Boolean

Eigenschaftswert

true, wenn das WebPart-Steuerelement nicht in einer WebPartZoneBase-Zone enthalten ist, andernfalls false.

Attribute

Gilt für:

Weitere Informationen