Company.Version Property

 

Applies To: Dynamics Marketing

Gets or sets the version.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Model
Assembly:  Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)

Syntax

[DataMemberAttribute]
public long Version { get; set; }
public:
[DataMemberAttribute]
property long long Version {
    long long get();
    void set(long long value);
}
[<DataMemberAttribute>]
member Version : int64 with get, set
<DataMemberAttribute>
Public Property Version As Long

Property Value

Type: System.Int64

Type: Int64

See Also

Company Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace

Return to top