PasswordCredential.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This API is intended for internal use only should not be used in your code.
public:
property IPropertySet ^ Properties { IPropertySet ^ get(); };
IPropertySet Properties();
public IPropertySet Properties { get; }
var iPropertySet = passwordCredential.properties;
Public ReadOnly Property Properties As IPropertySet
Property Value
This API is intended for internal use only and should not be used in your code.