Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the time zone.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Tz As String
Get
Set
'Usage
Dim instance As International
Dim value As String
value = instance.Tz
instance.Tz = value
[DataMemberAttribute]
public string Tz { get; set; }
[DataMemberAttribute]
public:
property String^ Tz {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Tz : string with get, set
function get Tz () : String
function set Tz (value : String)
Property Value
Type: System.String
The time zone.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace