'Declaration<BrowsableAttribute(False)> <JetBrains.Annotations.CanBeNullAttribute()> <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> Public Property ReadOnlyNameAndPassword As IReadOnlyNameAndPasswordUserManager
'UsageDim instance As UserManagers Dim value As IReadOnlyNameAndPasswordUserManager instance.ReadOnlyNameAndPassword = value value = instance.ReadOnlyNameAndPassword
[Browsable(false)] [JetBrains.Annotations.CanBeNull()] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public IReadOnlyNameAndPasswordUserManager ReadOnlyNameAndPassword {get; set;}
[Browsable(false)] [JetBrains.Annotations.CanBeNull()] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public: property IReadOnlyNameAndPasswordUserManager^ ReadOnlyNameAndPassword { IReadOnlyNameAndPasswordUserManager^ get(); void set ( IReadOnlyNameAndPasswordUserManager^ value); }
Property Value
The value of this property can be null (Nothing in Visual Basic).
The default value of this property is null.