'Declaration
<DataMemberAttribute()> Public Property HttpsIssuerStorePath As String
'Usage
Dim instance As UAApplicationManifest Dim value As String instance.HttpsIssuerStorePath = value value = instance.HttpsIssuerStorePath
[DataMember()] public string HttpsIssuerStorePath {get; set;}
[DataMember()] public: property String^ HttpsIssuerStorePath { 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)
.