'Declaration<DefaultValueAttribute("")> <NotNullAttribute()> Public Property FilePath As String
'UsageDim 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); }