'Declaration
<CanBeNullAttribute()> Public Property SecurityGroupElement As SecurityGroupElement
'Usage
Dim instance As UAPubSubSecurityKeyServiceNodeTreePosition Dim value As SecurityGroupElement instance.SecurityGroupElement = value value = instance.SecurityGroupElement
[CanBeNull()] public SecurityGroupElement SecurityGroupElement {get; set;}
[CanBeNull()] public: property SecurityGroupElement^ SecurityGroupElement { SecurityGroupElement^ get(); void set ( SecurityGroupElement^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.