ESRI.ArcGIS.DataManagementTools
tags Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > SharePackage Class : tags Property




Tags used to describe and identify the package. Individual tags are separated using either a comma or semicolon. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property tags As String
Visual Basic (Usage)Copy Code
Dim instance As SharePackage
Dim value As String
 
instance.tags = value
 
value = instance.tags
C# 
public string tags {get; set;}

See Also

© 2010 All Rights Reserved.