'Declaration
<DataMemberAttribute()> <CanBeNullAttribute()> Public Property SourceIdentity As String
[DataMember()] [CanBeNull()] public string SourceIdentity {get; set;}
'Declaration
<DataMemberAttribute()> <CanBeNullAttribute()> Public Property SourceIdentity As String
[DataMember()] [CanBeNull()] public string SourceIdentity {get; set;}