'Declaration
<JetBrains.Annotations.ItemNotNullAttribute()> <JetBrains.Annotations.NotNullAttribute()> Property OwnCertificatesChangedSubIdSet As StringSet
'Usage
Dim instance As _UACertificatesChangedEventArgs Dim value As StringSet instance.OwnCertificatesChangedSubIdSet = value value = instance.OwnCertificatesChangedSubIdSet
[JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] StringSet OwnCertificatesChangedSubIdSet {get; set;}
[JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] property StringSet^ OwnCertificatesChangedSubIdSet { StringSet^ get(); void set ( StringSet^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).