'Declaration
<CanBeNullAttribute()> <DefaultValueAttribute("")> <DisplayAttribute(False)> Public Property SecurityKeyServiceElement As Info
'Usage
Dim instance As UAPubSubSecurityKeyServiceNodeTreePosition Dim value As Info instance.SecurityKeyServiceElement = value value = instance.SecurityKeyServiceElement
[CanBeNull()] [DefaultValue("")] [Display(false)] public Info SecurityKeyServiceElement {get; set;}
[CanBeNull()] [DefaultValue("")] [Display(false)] public: property Info^ SecurityKeyServiceElement { Info^ get(); void set ( Info^ value); }