'Declaration
<DataMemberAttribute(IsRequired=False, EmitDefaultValue=False, Order=3)> <ObsoleteAttribute("Use StoreType/StorePath instead")> Public Property StoreLocation As String
'Usage
Dim instance As CertificateStoreIdentifier Dim value As String instance.StoreLocation = value value = instance.StoreLocation
[DataMember(IsRequired=false, EmitDefaultValue=false, Order=3)] [Obsolete("Use StoreType/StorePath instead")] public string StoreLocation {get; set;}
[DataMember(IsRequired=false, EmitDefaultValue=false, Order=3)] [Obsolete("Use StoreType/StorePath instead")] public: property String^ StoreLocation { String^ get(); void set ( String^ value); }