public interface IProjectDescriptor
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
domainName()
Returns the project's domain name.
|
boolean |
isTemplate()
Returns true when the project is a template.
|
String |
name()
Returns the project's name.
|
String |
type()
Returns the project's type.
|
String |
uId()
Returns the project's Unique ID number.
|
String uId()
Returns the project's Unique ID number.
Getter method for the COM property "UId"
String domainName()
Returns the project's domain name.
Getter method for the COM property "DomainName"
String name()
Returns the project's name.
Getter method for the COM property "Name"
String type()
Returns the project's type.
Getter method for the COM property "Type"
boolean isTemplate()
Returns true when the project is a template.
Getter method for the COM property "IsTemplate"
Copyright © 2020. All rights reserved.