Moonware.Common
GlobalId Property



Gets or sets the global id (centralized) of this temlate.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property GlobalId As Nullable(Of Integer)
'Usage
 
Dim instance As Template
Dim value As Nullable(Of Integer)
 
instance.GlobalId = value
 
value = instance.GlobalId
[DataMemberAttribute()]
public Nullable<int> GlobalId {get; set;}
[DataMemberAttribute()]
public:
property Nullable<int> GlobalId {
   Nullable<int> get();
   void set (    Nullable<int> value);
}

Property Value

The global id (centralized) of the template.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Template Class
Template Members

Send Feedback