'Declaration
<DataMemberAttribute()> <NotNullAttribute()> Public Property FileName As String
'Usage
Dim instance As X509CertificateTokenInfo Dim value As String instance.FileName = value value = instance.FileName
[DataMember()] [NotNull()] public string FileName {get; set;}
[DataMember()] [NotNull()] public: property String^ FileName { String^ get(); void set ( String^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.