 | BlueprintParentId Property |
Id of parent blueprint. Used for serialization/deserialization.
Namespace: Slash.ECS.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string ParentId { get; set; }
Public Property ParentId As String
Get
Set
public:
property String^ ParentId {
String^ get ();
void set (String^ value);
}
member ParentId : string with get, set
Property Value
Type:
String
See Also