'Declaration
<DataMemberAttribute()> Public Property FullyQualifiedJobName As String
[DataMember()] public string FullyQualifiedJobName {get; set;}
[DataMember()] public: property String^ FullyQualifiedJobName { String^ get(); void set ( String^ value); }