'Declaration
<DefaultValueAttribute("")> <NotNullAttribute()> Public Property FilePath As String
'Usage
Dim instance As UAExportCertificateArguments Dim value As String instance.FilePath = value value = instance.FilePath
[DefaultValue("")] [NotNull()] public string FilePath {get; set;}
[DefaultValue("")] [NotNull()] public: property String^ FilePath { String^ get(); void set ( String^ value); }