Moonware.Common
Id Property (Template)



Gets or sets the local id (on this machine) of this template.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property Id As Integer
'Usage
 
Dim instance As Template
Dim value As Integer
 
instance.Id = value
 
value = instance.Id
[DataMemberAttribute()]
public int Id {get; set;}
[DataMemberAttribute()]
public:
property int Id {
   int get();
   void set (    int value);
}

Property Value

The local id (on this machine) 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