Gets or sets the filename.
Namespace: CTCT.Components.ActivitiesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string FileName { get; set; }
public string FileName { get; set; }
Public Property FileName As String
Get
Set
Public Property FileName As String
Get
Set
public:
property String^ FileName {
String^ get ();
void set (String^ value);
}
public:
property String^ FileName {
String^ get ();
void set (String^ value);
}
member FileName : string with get, set
member FileName : string with get, set