'Declaration
<DataMemberAttribute()> Public Property FileLocation As String
[DataMember()] public string FileLocation {get; set;}
[DataMember()] public: property String^ FileLocation { String^ get(); void set ( String^ value); }
'Declaration
<DataMemberAttribute()> Public Property FileLocation As String
[DataMember()] public string FileLocation {get; set;}
[DataMember()] public: property String^ FileLocation { String^ get(); void set ( String^ value); }