Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="FileName", IsRequired=True)> Public Property FileName As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataMemberAttribute(Name="FileName", IsRequired=true)] public string FileName {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="FileName", IsRequired=true)] public: property String^ FileName { String^ get(); void set (String^ value); } |
Return Value
A String object that represents a string that need to be concatenated to the end of each file name.For an example, refer to DocumentFileInfo.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family