'Declaration
<DataMemberAttribute(IsRequired=False, EmitDefaultValue=False, Order=1)> Public Property StorePath As String
'Usage
Dim instance As CertificateIdentifier Dim value As String instance.StorePath = value value = instance.StorePath
[DataMember(IsRequired=false, EmitDefaultValue=false, Order=1)] public string StorePath {get; set;}
[DataMember(IsRequired=false, EmitDefaultValue=false, Order=1)] public: property String^ StorePath { String^ get(); void set ( String^ value); }
Property Value
The store path in the formStoreName\\Store Location
.