Class NetworkMoveOrganizations
Organizations involved in the network move
[DataContract]
public class NetworkMoveOrganizations
- Inheritance
-
NetworkMoveOrganizations
- Inherited Members
Constructors
NetworkMoveOrganizations()
public NetworkMoveOrganizations()
Properties
Source
The organization from which the network is moved
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "source")]
public NetworkMoveOrganizationsOrganization Source { get; set; }
Property Value
Target
The organization to which the network is moving
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "target")]
public NetworkMoveOrganizationsOrganization Target { get; set; }