In This Topic
Optional custom format for the
CycleID
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property CycleIDFormat As String
[CanBeNull()]
public string CycleIDFormat {get; set;}
[CanBeNull()]
public:
property String^ CycleIDFormat {
String^ get();
void set ( String^ value);
}
See Also