Leadtools.Services.Forms.DataContracts Namespace > DocumentFileInfo Class : FileName Property |
[DataMemberAttribute(Name="FileName", IsRequired=true)] public string FileName {get; set;}
'Declaration <DataMemberAttribute(Name="FileName", IsRequired=True)> Public Property FileName As String
'Usage Dim instance As DocumentFileInfo Dim value As String instance.FileName = value value = instance.FileName
[DataMemberAttribute(Name="FileName", IsRequired=true)] public: property String^ FileName { String^ get(); void set ( String^ value); }