'Declaration
<DataMemberAttribute()> Public Property HttpsTrustedStorePath As String
'Usage
Dim instance As UAApplicationManifest Dim value As String instance.HttpsTrustedStorePath = value value = instance.HttpsTrustedStorePath
[DataMember()] public string HttpsTrustedStorePath {get; set;}
[DataMember()] public: property String^ HttpsTrustedStorePath { String^ get(); void set ( String^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.