Gets or setd the file id
Namespace: CTCT.Components.MyLibraryAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string FileId { get; set; }
public string FileId { get; set; }
Public Property FileId As String
Get
Set
Public Property FileId As String
Get
Set
public:
property String^ FileId {
String^ get ();
void set (String^ value);
}
public:
property String^ FileId {
String^ get ();
void set (String^ value);
}
member FileId : string with get, set
member FileId : string with get, set