'Declaration
<DefaultValueAttribute("")> <IgnoreDataMemberAttribute()> <NotNullAttribute()> <TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)> <XmlIgnoreAttribute()> Public Property CustomPolicySpecifier As String
'Usage
Dim instance As UAEndpointSelectionPolicy Dim value As String instance.CustomPolicySpecifier = value value = instance.CustomPolicySpecifier
[DefaultValue("")] [IgnoreDataMember()] [NotNull()] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)] [XmlIgnore()] public string CustomPolicySpecifier {get; set;}
[DefaultValue("")] [IgnoreDataMember()] [NotNull()] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)] [XmlIgnore()] public: property String^ CustomPolicySpecifier { String^ get(); void set ( String^ value); }