'Declaration
<CanBeNullAttribute()> Property SecurityGroupId As String
'Usage
Dim instance As _SecurityGroupElement Dim value As String instance.SecurityGroupId = value value = instance.SecurityGroupId
[CanBeNull()] string SecurityGroupId {get; set;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.